PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldType Enumeration
In This Topic
    PDFFieldType Enumeration
    In This Topic
    Defines the supported field types.
    Members
    MemberDescription
    CHECK_BOXCheck box.
    COMBOBOXCombo box.
    LISTBOXList box.
    PUSH_BUTTONPush button.
    RADIO_BUTTONRadio button.
    SIGNATURESignature.
    TEXTBOXText box.
    UNKNOWNUnknown.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.forms.PDFFieldType

    See Also